Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: support authorized views #1034

Open
wants to merge 36 commits into
base: main
Choose a base branch
from
Open

feat: support authorized views #1034

wants to merge 36 commits into from

Conversation

daniel-sanche
Copy link
Contributor

@daniel-sanche daniel-sanche commented Oct 31, 2024

This PR adds support for authorized views:

Authorized views are logical views of tables that give you fine-grained access control of your Bigtable data. An authorized view is a subset of a table that you configure to include specific table data. Then you grant access to the authorized view separately from access to the table.

To implement this feature, we added a new _ApiSurface super class for the Table object, and moved all logic into the super class. Then, we added a new subclass for AuthorizedView, alongside the existing Table. Authorized views should be functionally identical to tables from the client-library level, but they can be configured to only read/write to sepecific regions of the database

@product-auto-label product-auto-label bot added size: l Pull request size is large. api: bigtable Issues related to the googleapis/python-bigtable API. labels Oct 31, 2024
@product-auto-label product-auto-label bot added size: xl Pull request size is extra large. and removed size: l Pull request size is large. labels Jan 10, 2025
@daniel-sanche daniel-sanche changed the title [DRAFT] feat: support authorized views feat: support authorized views Jan 13, 2025
@daniel-sanche daniel-sanche marked this pull request as ready for review January 14, 2025 00:24
@daniel-sanche daniel-sanche requested review from a team as code owners January 14, 2025 00:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api: bigtable Issues related to the googleapis/python-bigtable API. size: xl Pull request size is extra large.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants